Use more relative file and directory names in `lisp' make rules.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 20 Mar 2010 21:46:31 +0000 (17:46 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 20 Mar 2010 21:46:31 +0000 (17:46 -0400)
commit697be39a9f7d5a0e22956f7e122f3a65d8063335
treea3e75da7f117c64710383244e17637880fbc6c27
parent0532175eda43bc63d8c93a2b28a16e296d16d52c
Use more relative file and directory names in `lisp' make rules.
* lisp/Makefile.in (EMACS): Arrange for it to work when we chdir.
(setwins, setwins_almost, setwins_for_subdirs):
Don't `cd'; output relative names.
(all, compile, compile-always, compile-last): Set emacswd.
(custom-deps, finder-data, autoloads, update-subdirs, compile-last):
Just cd to the lisp source dir so we can use relative file names.
* src/Makefile.in (bootstrap_exe): Use an absolute name.
lisp/ChangeLog
lisp/Makefile.in
src/ChangeLog
src/Makefile.in